水無瀬の部屋 > Programming > sample > cur2cpp > putcpp.h |
---|
1: //*********************************************************
2: // プロジェクト: cur2cpp
3: // ファイル名: putcpp.h
4: //*********************************************************
5: #ifndef PUTCPP_HEAD_INCLUDED
6: #define PUTCPP_HEAD_INCLUDED
7:
8:
9: //*********************************************************
10: // ヘッダ の インクルード
11: //*********************************************************
12: #ifndef TOOLS_HEAD_INCLUDED // 冗長ガード
13: #include <tools.h>
14: #ifndef TOOLS_HEAD_INCLUDED // ガード名の検査
15: #error "? TOOS_HEAD_INCLUDED"
16: #endif // #ifndef TOOS_HEAD_INCLUDED
17: #endif // #ifndef TOOS_HEAD_INCLUDED
18:
19: //
20: #include <filefmt/curfile.h>
21:
22:
23: //*********************************************************
24: // 関数 の 宣言
25: //*********************************************************
26: #ifdef __cplusplus
27: extern "C" {
28: #endif
29:
30:
31: // putcpp.cpp
32: char *GenerateCode( const CURSORINFOHEAD *cih, const BITMAPINFOHEADER *bih, const BYTE *maskXOR, const BYTE *maskAND );
33:
34:
35: #ifdef __cplusplus
36: } // extern "C"
37: #endif
38:
39:
40: #endif // #ifndef PUTCPP_HEAD_INCLUDED
41:
42:
43: //** end **
参照:
cur2cpp.cpp, putcpp.cpp
水無瀬の部屋 > sample > cur2cpp > putcpp.h |
---|
このページは cpp2web が出力しました。
水無瀬 優 postmaster@katsura-kotonoha.sakura.ne.jp
http://katsura-kotonoha.sakura.ne.jp/prog/code/cur2cpp/putcpp_h.shtml